home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Easy Internet
/
Internet Training Corporation Easy Internet Rev21 (ITC).ISO
/
pc
/
data
/
1016.scp
< prev
next >
Wrap
Text File
|
1997-06-28
|
124b
|
9 lines
proc main
waitfor "ogin:"
transmit $USERID
transmit "^M"
waitfor "ssword:"
transmit $PASSWORD
transmit "^M"
endproc